home *** CD-ROM | disk | FTP | other *** search
/ OpenGL Superbible (2nd Edition) / OpenGL SuperBible e2.iso / tools / GLUT-3.7 / PROGS / DEMOS / ATLANTIS / Imakefile < prev    next >
Encoding:
Makefile  |  1998-08-12  |  263 b   |  15 lines

  1.  
  2. /* Copyright (c) Mark J. Kilgard, 1994. */
  3.  
  4. #include "../../../Glut.cf"
  5.  
  6. TARGETS = atlantis
  7.  
  8. SRCS = atlantis.c dolphin.c shark.c swim.c whale.c
  9.  
  10. AllTarget($(TARGETS))
  11.  
  12. NormalGlutProgramTarget(atlantis,atlantis.o whale.o dolphin.o shark.o swim.o)
  13.  
  14. DependTarget()
  15.